Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IControlFormat Interface / List Method / List(String[]) Method
The text entries to set. null value will be omitted.


In This Topic
    List(String[]) Method
    In This Topic
    Gets or sets the text entries in the specified list box or combo box.
    Syntax
    'Declaration
     
    
    Overloads Function List( _
       Optional ByVal entries() As String _
    ) As String()
    'Usage
     
    
    Dim instance As IControlFormat
    Dim entries() As String
    Dim value() As String
     
    value = instance.List(entries)
    string[] List( 
       string[] entries
    )

    Parameters

    entries
    The text entries to set. null value will be omitted.

    Return Value

    The text entries of the list box or combo box.
    Remarks
    Setting this property clears any range specified by the ListFillRange property.
    See Also